Package com.bitmovin.player.api.casting

Contains API to enable casting functionality.

Types

RemoteControlApi
Link copied to clipboard
interface RemoteControlApi
Provides the means to initiate and manage casting of video to a cast-compatible remote device.
RemoteControlConfig
Link copied to clipboard
data class RemoteControlConfig(receiverStylesheetUrl: String?, customReceiverConfig: Map<String, String?>, isCastEnabled: Boolean, sendManifestRequestsWithCredentials: Boolean, sendSegmentRequestsWithCredentials: Boolean, sendDrmLicenseRequestsWithCredentials: Boolean) : Parcelable
Configures the remote receiver app.